ot::Array::operator[]() const method
Overloads the `[]` operator to get the element at a given index. Does not perform index bounds checking. Behavior is undefined if @p aIndex is not valid.
Return value
A reference to the element in array at @p aIndex.